home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / basic / ace24dist.lha / ace24.lha / prgs / ExternFunc / string.b < prev    next >
Text File  |  1996-09-11  |  144b  |  10 lines

  1. {*
  2. ** Get a string from an externally referenced C function.
  3. **
  4. ** bas -O string string.o
  5. *}
  6.  
  7. DECLARE FUNCTION STRING foo() EXTERNAL
  8.  
  9. PRINT foo
  10.